home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / datacomm / 2196 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: news-m01.ny.us.ibm.net!usenet
  2. From: geohei@ibm.net (Georges Heinesch)
  3. Newsgroups: comp.sys.amiga.datacomm,comp.sys.amiga.networking
  4. Subject: IPDial 20 problem
  5. Date: 28 Mar 1996 12:48:45 GMT
  6. Message-ID: <1294.6661T495T1683@ibm.net>
  7. NNTP-Posting-Host: slip139-92-41-30.ut.nl.ibm.net
  8. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  9.  
  10. Hi.
  11.  
  12. I installed IPDial 20 recently and modified the scripts according my
  13. system. I had to discover, that the new version is considerably faster,
  14. actually so fast that the modem doesn't follow.
  15.  
  16. Here the beginning of the script :
  17.  
  18. ----- cut here -----
  19.  
  20. ...
  21.  
  22. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  23. ;
  24. ;   Send initialization command.
  25.  
  26.     SEND "ATZ\r"
  27.     WAIT TIMEOUT=5 "OK"
  28.     ON STATUS GOTO ModemNotOk
  29.  
  30.  
  31. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  32. ;
  33. ;   Tell the modem not to hang up, when IPDial terminates.
  34.  
  35.     SEND "AT&D0\r"
  36.     WAIT TIMEOUT=10 "OK"
  37.     ON STATUS GOTO ModemNotOk
  38.  
  39. ...
  40.  
  41. ----- cut here -----
  42.  
  43. After receiving the first "OK" from the modem, the scripts sends then
  44. "AT&D0", but the modem is not yet ready for it, how come ? I added now a
  45. "DELAY 0 50" before every "SEND" line, but if the modem reports "OK" from a
  46. previous command, it should be immediately ready to accept the next
  47. command, shouldn't it?
  48.  
  49. TIA
  50.  
  51.  
  52. NB: Please forward every answer to this article as well to me (as E-Mail)
  53.     since my newsserver keeps on loosing articles
  54.     Thanks.
  55.  
  56. --
  57. Georges Heinesch, Luxembourg
  58. geohei@ibm.net
  59. PGP 2.6.3i public key available on request and on public servers
  60.  
  61. ... niammi niammi in my Tammi ...
  62.  
  63.